-
Notifications
You must be signed in to change notification settings - Fork 1
License workflow module #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
License workflow module #17
Conversation
Merge from mainline
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change the yaml doc string
| dnac_log: "{{dnac_log}}" | ||
| state: merged | ||
| config: | ||
| - smart_account_name: "Solutions Team - IaC for CatC" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
adjust the indentation
|
|
||
| self.log("Retrieving the smart account information '{0}'".format(config)) | ||
|
|
||
| param = {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are you passing empty param ?
| from ansible.module_utils.basic import AnsibleModule | ||
| from ansible_collections.cisco.dnac.plugins.module_utils.dnac import ( | ||
| DnacBase, | ||
| validate_list_of_dicts, | ||
| ) | ||
|
|
||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The validate_list_of_dicts from dnac is outdated. Please make sure to import it from ansible_collections.cisco.dnac.plugins.module_utils.validation and test the workflow one again for all the cases.
Description
Manage operations related to Smart Licensing in Cisco Catalyst Center.
Type of Change
Checklist
Ansible Best Practices
ansible-vaultor environment variables)Documentation
Screenshots (if applicable)
Notes to Reviewers